Dew Stats for .NET
|
Finds the unique elements in vector/matrix.
Parameters |
Description |
[In] TMtxVec Src |
Defines data unique elements search. |
[In] TVec Dst |
Returns unique elements. Size and TMtxVec.Complex properties of Dst are adjusted automatically. |
[In] TVecInt Counts |
If specifed, stores the count of each unique element in dataset. |
Finds and sorts the unique elements in Src vector/matrix array. Sorted values are returned in Dst vector. An exception is raised if Src is Complex. Length and Complex properties of Dst vector are adjusted automatically.
Collect unique elements from matrix.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|